home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / fflfnp.arc / FFLFNP.DOC < prev    next >
Encoding:
Text File  |  1987-03-12  |  3.2 KB  |  75 lines

  1.  
  2. FFLFNP.COM  --  RAM RESIDENT FORMFEED AND LINEFEED PROGRAM
  3. ----------------------------------------------------------
  4.  
  5. Public Domain Program By :
  6.      L. R. Holliday
  7.      Vista Chemical Company
  8.      P. O. Box 500
  9.      Ponca City, Oklahoma 74602
  10.      (405)-767-6326
  11.  
  12. This program is not warranted in any way. The user assumes all risks of
  13. using this program.
  14.  
  15. Instructions
  16. ------------
  17.  
  18. Press  [Alt - *] (PrtSc) to Send FormFeed Character to Printer
  19.  
  20. Press  [Alt - /]  to Send LineFeed Character to Printer
  21.  
  22. The program checks to see if the printer is ready before sending any
  23. characters to the printer. If the printer is not ready (off, off-line, or
  24. not connected), the keystroke is canceled, and the computer will beep.
  25.  
  26. If [Ctrl-PrtSc] or [Shift-PrtSc] is pressed, the program checks to see if
  27. the printer is ready. If the printer is ready, the program calls the
  28. standard DOS PrtSc functions. If the printer is not ready, the program
  29. will beep, and cancel the keystroke, so that the computer will not hang.
  30.  
  31. Notes :
  32.  
  33. 1)  With most printers and some external print buffers, the program will
  34.     work as described above.
  35.  
  36. 2)  Some external print buffers (and a few printers) may not relay the
  37.     printer ready message back to the computer properly. They will always
  38.     report that the printer is ready, whether it actually is or not. In
  39.     this case, if any of these keystrokes is pressed while the printer is
  40.     not ready (turned off or keyed off-line), the computer will hang. If
  41.     this occurs, the computer will un-hang as soon as the printer is
  42.     turned on or keyed on-line.
  43.  
  44. 3)  Computer hangs should not occur with internal print spoolers.  Either
  45.     the computer will work as described above, or the character(s) to be
  46.     sent to the printer will be retained in the print spooler until the
  47.     printer is ready.
  48.  
  49. 4)  Many keyboards combine the * key and the PrtSc key. For this type of
  50.     keyboard, the program will work as described above. Some keyboards,
  51.     such as the new AT style keyboard, separate the * key from the PrtSc
  52.     key. For these keyboards, the DOS PrtSc functions will work as
  53.     descibed above, but pressing [Alt-PrtSc] will do nothing. For these
  54.     keyboards, the [Alt-*] keystroke must be used to send a FormFeed to
  55.     the printer.
  56.  
  57. 5)  The program can be installed at any time by entering its name (FFLFNP)
  58.     at the DOS prompt. Or, its name can be included in your AUTOEXEC.BAT
  59.     file, so it will be installed whenever you boot your computer. The
  60.     program checks to see if it has already been installed, and will not
  61.     install itself more than once.
  62.  
  63. 6)  The program size is 896 bytes. However, the RAM-resident portion of
  64.     the program is only about 430 bytes.
  65.  
  66. 7)  The program has been tested extensively, and no problems have been
  67.     found. However, it has NOT been tested with many other RAM-resident
  68.     programs, such as SIDEKICK. Programs that redefine the keyboard, such
  69.     as STATGRAPHICS, will cancel the operation of this program while they
  70.     are in operation, but will return control when you exit. If anyone
  71.     using this program discovers any problems, please notify the author,
  72.     so that an attempt can be made to solve the problem.
  73.  
  74. 8)  Requires DOS 2.0 or later.
  75.